home *** CD-ROM | disk | FTP | other *** search
/ Painters Painting / Painters Painting (1996)(Voyager)[Mac-PC].iso / pc / pstart.dir / 00006_Script_6 < prev    next >
Text File  |  1996-04-19  |  282b  |  11 lines

  1. global qtproblem,discproblem
  2.  
  3. on enterframe
  4.   if qtproblem = true and discproblem = true then go frame "PCBoth"
  5.   if qtproblem = true and discproblem <> true then go frame "PCQT"
  6.   if qtproblem <> true and discproblem = true then go frame "PCDisc"
  7. end
  8.  
  9. on exitFrame
  10.   
  11. end